| Conditions | 1 |
| Total Lines | 4 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | import {MigrationInterface, QueryRunner} from "typeorm"; |
||
| 10 | |||
| 11 | public async down(queryRunner: QueryRunner): Promise<void> { |
||
| 12 | await queryRunner.query(`ALTER TABLE "meal_ticket_removal" DROP CONSTRAINT "FK_a27eae7bbdbcbe9d67b5f77dd76"`); |
||
| 13 | await queryRunner.query(`DROP TABLE "meal_ticket_removal"`); |
||
| 14 | } |
||
| 17 |